home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / netinclude / syslog.h < prev    next >
C/C++ Source or Header  |  1994-01-24  |  422b  |  20 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H
  3. /*
  4.  * $Id: syslog.h,v 1.1 1994/01/24 07:41:52 jraja Exp $
  5.  *
  6.  * Copyright (c) 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                    Helsinki University of Technology, Finland.
  8.  *                    All rights reserved.
  9.  *
  10.  * HISTORY
  11.  * $Log: syslog.h,v $
  12.  * Revision 1.1  1994/01/24  07:41:52  jraja
  13.  * Initial revision
  14.  *
  15.  */
  16.  
  17. #include <sys/syslog.h>
  18.  
  19. #endif /* !SYSLOG_H */
  20.